home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 015a / mscon6r0.zip / MSCON.DOC next >
Text File  |  1993-04-08  |  5KB  |  101 lines

  1.  
  2.                MSCON - Mass Storage CONfiguration display utility
  3.  
  4. -------------------------------------------------------------------------------
  5. Written by:  David William Nixon
  6.              Queen City Software
  7.              Route 3, Box 495
  8.              Cumberland, Maryland 21502
  9. -------------------------------------------------------------------------------
  10.      Current release: Level 6.0 - Thursday, April 8, 1993
  11.      Originally released into the public domain on February 16, 1990
  12. -------------------------------------------------------------------------------
  13.  
  14. Syntax: MSCON [/F][/P][/?]
  15.  
  16.  Where: /F = include Floppy drives in the scan
  17.         /P = Print the output to the PRN device
  18.     /? = display this help summary
  19.  
  20. *** SPECIAL NEW RELEASE *** MS-DOS 6.0 DoubleSpace COMPATIBLE! ***
  21.  
  22. How many of you out there work with big fat hard disks which are partitioned
  23. into multiple logical drives?  Or, how many of you work with a system with
  24. multiple physical and/or logical drives?  I do, and doing a CHKDSK on all of
  25. them to find freespace to put new programs is a nuisance.  So, I wrote this
  26. handy little ditty to compute freespace, used space, and percentages and
  27. display them NEATLY and COLORFULLY READABLE in tabular form.
  28.  
  29. All contiguous logical drives above and including C: are checked.  If there
  30. is a gap, e.g. C:, D:, G:, it may stop after D: and not recognize further
  31. drives.  Or, if you are using some weird controller, screwball driver, or
  32. other kludge to get around the old DOS 32 meg drive limit, etc., it may not
  33. locate all drives.  But, for most people, it should work fine.  Also, if
  34. there is not so much as a single file on a drive (including a volume label),
  35. it skips that drive for some reason.
  36.  
  37. Also, this baby is FAST.  CHKDSK does a dozen things other than report
  38. disk freespace; this does only one.
  39.  
  40. *** MS-DOS 6.0 DoubleSpace NOTES ***
  41.  
  42. Even if you didn't USED to have several logical hard disk drives, if you
  43. use MS-DOS 6.0's new DoubleSpace feature, YOU WILL NOW...  Basically, for
  44. each one of your existing drives you compress with DBLSPACE, DOS creates
  45. a new logical drive.  I thought I used to have problems with C:-K:.  Now,
  46. I've got C:-S:.  But, it's worth it for nearly double the disk space.  It 
  47. lets me put off buying another hard disk drive for another 6 months or so
  48. until I fill up this NEW 200 meg space MS-DOS 6.0 gave me.
  49.  
  50. By the way.  I installed MS-DOS 6.0 yesterday, and it works fine and 
  51. seamlessly -- even with DoubleSpace running.  No noticeable performance
  52. degradation with DBLSPACE, either.  And, if I'm not mistaken, Windows 3.1
  53. seems to run FASTER with DoubleSpace than without it.  I'm not sure -- 
  54. it may be DOS 6.0 itself that is responsible.
  55.  
  56. Note that under DOS 6.0, the Occupied totals are off.  This is due to
  57. the fact that DOS now reports back the ESTIMATED COMPRESSED free space 
  58. available to programs.  And, OCCUPIED = CAPACITY - AVAILABLE is the
  59. formula we had to use to compute the space in use.  AND..., don't take
  60. DOS 6.0's Available space [estimate] as gospel; it is computed based on
  61. the configured compression ratio; it is no longer exact like it used 
  62. to be without DoubleSpace.
  63.  
  64. HINT:  If you have a large amount of disk storage (>= 60 meg for this
  65. purpose) AND a tape backup unit, you can save many, many hours if you 
  66. follow these steps:
  67.  
  68.      (1) Do a full backup to tape of all hard drives.
  69.      (2) Install MS-DOS 6.0.
  70.      (3) Delete EVERYTHING except MS-DOS itself.
  71.      (3) Install DoubleSpace (run DBLSPACE).
  72.      (4) Configure your compressed drives the way you want.
  73.      (5) Completely reformat all the hard drives with DBLSPACE.
  74.      (6) Restore all your files from tape -- EXCEPT OLD DOS!
  75.  
  76. If you compress an existing hard drive with DBLSPACE, it first compresses
  77. it, and then does a defragmentation to clean up its own mess.  This took
  78. me 2 hours and 44 minutes yesterday to do a measley 80 meg drive.  The
  79. thing kept UPPING its time-to-completion estimate every few minutes until
  80. almost the very end.  Restoring your files from tape to disk takes maybe
  81. 10 minutes for 32 meg.  It took DOS over an hour for that same amount of
  82. space.  
  83.  
  84. *** Queen City Software sister-utility: MPATH 6.0 ***
  85.  
  86. If you found MSCON useful, try its sister utility, MPATH, which displays
  87. ALL of the subdirectories in the root directory of ALL disks in a 43/50 line
  88. EGA/VGA compressed text mode table (required because there are usually so 
  89. many of them that they wouldn't fit onto a 25 line screen).  Upgraded 5
  90. minutes from now to scan drives all the way to Z:.
  91.  
  92. MPATH 6.0 is available in ZIP file MPATH6R0.
  93.  
  94. Please address any comments or inquiries to me at the above address.
  95.  
  96.  
  97.                   David W. Nixon
  98.  
  99.  
  100. //end
  101.